body{
    background-color: #000;   
}

#rodapefc {
    position: relative;
    margin-top: 40px;    
    bottom: 0;
    left: 0;
    width: 100%;
  }

  @media (max-height: 800px) {    
    #rodapefc {
      position: relative;
    }
  }
    
